-
Couldn't load subscription status.
- Fork 368
Llama distributed example #3831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: abose/trt_llm_installation_dist
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/py/torch_tensorrt/dynamo/utils.py 2025-09-22 06:34:48.499754+00:00
+++ /home/runner/work/TensorRT/TensorRT/py/torch_tensorrt/dynamo/utils.py 2025-09-22 06:35:25.106098+00:00
@@ -863,6 +863,6 @@
return False
def is_thor() -> bool:
if torch.cuda.get_device_capability() in [(11, 0)]:
- return True
\ No newline at end of file
+ return True6e99bbc to
7134053
Compare
68dcaef to
ca70a9d
Compare
ca70a9d to
5700249
Compare
5700249 to
b59abbf
Compare
3f1fa7e to
54948d9
Compare
b59abbf to
480fb0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that do not conform to Python style guidelines:
--- /home/runner/work/TensorRT/TensorRT/py/torch_tensorrt/dynamo/distributed/utils.py 2025-09-25 20:01:17.061900+00:00
+++ /home/runner/work/TensorRT/TensorRT/py/torch_tensorrt/dynamo/distributed/utils.py 2025-09-25 20:01:51.633567+00:00
@@ -100,11 +100,10 @@
return True
except Exception as e:
logger.warning(f"Failed to detect CUDA version: {e}")
return False
-
return True
def _cache_root() -> Path:2bbc423 to
5beefc0
Compare
5beefc0 to
809c7ee
Compare
480fb0a to
f00d349
Compare
bb6ec7a to
dd88017
Compare
809c7ee to
5fb74da
Compare
dd88017 to
3e3b54c
Compare
bd02455 to
38224c5
Compare
3e3b54c to
7c930fe
Compare
The PR addresses